home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / Special Hardware / Mac286#1&2 / MAC286MSDOS.image / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-09-09  |  2KB  |  40 lines

  1. echo off
  2. cls
  3. echo  This utility will copy the DOS utility files into a subdirectory
  4. echo  called \DOS on your C: drive.  It will also copy the files which
  5. echo  are necessary to use the D: drive (link to the Macintosh world)
  6. echo  and configure your C: drive to automatically execute those files
  7. echo  when you start Mac286 or Mac86.
  8. echo -
  9. echo TO RUN THIS, THE INSTALL DRIVE MUST BE YOUR CURRENT DRIVE.
  10. echo IF THE FOLLOWING LINE IS NOT "A:\", STOP NOW.
  11. cd
  12. echo -
  13. echo To stop now, hold down CONTROL and press the 'C' or 'scroll lock' key, or
  14. pause
  15. cls
  16. echo Creating C:\DOS directory.
  17. echo (If you already have a \DOS directory, you will get an "Unable to create
  18. echo directory" warning.  Do not be alarmed.)
  19. md c:\dos
  20. echo Installing the "DSTEP" drivers in your \DOS directory
  21. copy dstep*.* c:\dos
  22. echo Installing the "Mouse" drivers and SETCLK in your \DOS directory
  23. copy \mouse.* c:\dos
  24. copy \setclk.exe c:\dos
  25. echo Backing up AUTOEXEC.BAT and CONFIG.SYS (if present) to AUTOEXEC.OLD
  26. echo and CONFIG.OLD (do not be alarmed by "File Not Found" errors).
  27. copy c:\autoexec.bat c:\autoexec.old
  28. copy c:\config.sys c:\config.old
  29. echo Installing AUTOEXEC.BAT and CONFIG.SYS at your root (C:\).
  30. copy \autoexec.bat c:\
  31. copy \config.sys c:\
  32. pause
  33. cls
  34. echo  Now remove the DOS Supplemental Diskette, and replace it
  35. echo  with the DOS System Diskette.  Then type:
  36. echo      COPY *.* c:\DOS     and press the RETURN key.
  37. echo  After this, you may select Warm Boot from the Misc menu
  38. echo  to restart DOS.
  39.  
  40.